home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / zinstall.arc / ZINSTALL.DOC < prev   
Text File  |  1987-02-22  |  7KB  |  129 lines

  1.    While learning ZyINDEX, Qubie version, I installed ZyINDEX from the ZyINDEX
  2. Master Disk to my hard disk, experimented with ZyINDEX, and erased the ZyINDEX
  3. program files from my hard disk to free up space.  This worked fine until I
  4. tried to install ZyINDEX for a third time.  At this time, I received a message
  5. to the effect that ZyINDEX could be installed only two times to a given
  6. hard-disk system. I was further informed that I would be allowed to install
  7. ZyINDEX one more time, although I should buy a regular version of ZyINDEX.
  8.    I was infuriated and decided to do something about it.  First, I used PC
  9. Magazine's ATTR.COM to check for any hidden files that ZyINDEX may have placed
  10. on my hard disk.  There was one, ZYLABQXZ.ZYX, in my root directory (The
  11. audacity of those people still irritates me.).  Then, I used ATTR.COM to
  12. convert ZYLABQZX.ZYX from a hidden file to an unhidden file.  Finally, I
  13. deleted ZYLABQZX.ZYX from my disk.  Subsequent installations of ZyINDEX onto my
  14. hard disk have worked fine, and I have since created ZINSTALL.BAT to facilitate
  15. this process.
  16. ----------------------------------
  17. For your information, PC Magazine's instructions for the use of ATTR.COM
  18. follows.
  19.  
  20.         *==============================================================*
  21.         |                                                              | 
  22.         |                                                              |
  23.         |                                                              |
  24.         |                                                              |
  25.         |                                                              |
  26.         |                                                              |
  27.         |                   The PC Magazine Utilities                  |
  28.         |                                                              |
  29.         |                           Volume I                           |
  30.         |                                                              |
  31.         |         Copyright (C) 1986 Ziff-Davis Publishing Co.         |
  32.         |                                                              |
  33.         |        Manual assembled and edited by Craig L. Stark         |
  34.         |                                                              |
  35.         |                                                              |
  36.         |                                                              |
  37.         |                                                              |
  38.         |                                                              |
  39.         |                                                              |
  40.         |                                                              |
  41.         *==============================================================*
  42.  
  43.  
  44.           ATTR (Attribute)                       Charles Petzold
  45.           Command                                          No. 1
  46.  
  47.           ______________________________________________________
  48.  
  49.           Purpose:  ATTR.COM permits display and modification of
  50.                     the archive, system, hidden, and read-only
  51.                     file attributes.
  52.  
  53.           Format:   ATTR
  54.                       or
  55.                     ATTR *.*
  56.                       or
  57.                     ATTR [+A|-A] [+S|-S] [+H|-H] [+R|-R]
  58.                     [d:][path]filename[.ext]
  59.  
  60.           Remarks:  Entering ATTR without any parameters, as in
  61.                     the first format shown above, produces a help
  62.                     display (essentially identical to the third
  63.                     form above) that shows which file attributes
  64.                     can be changed.
  65.  
  66.                     ATTR.COM permits the use of the global ? and
  67.                     * characters (as in the second format above).
  68.                     Entering ATTR filename displays a specific
  69.                     file's attributes.  For example,
  70.  
  71.                          ATTR IBMBIO.COM
  72.  
  73.                     returns the display
  74.  
  75.                          IBMBIO.COM    Arc     Sys Hid R-O
  76.  
  77.                     showing that the Archive, System, Hidden, and
  78.                     Read-Only bits of the attribute byte are set
  79.                     for this file.
  80.  
  81.                     When wildcards are used to list the
  82.                     attributes of all the files in a directory,
  83.                     subdirectory names are shown as Dir (between
  84.                     the Arc and Sys in the example above).
  85.                     Unlike the DOS DIR command, ATTR lists hidden
  86.                     files, whether sought by specified filename
  87.                     or through a *.* listing.  However, ATTR does
  88.                     not show Volume names or the dot and double-
  89.                     dot entries in subdirectories.
  90.  
  91.                     The syntax for changing file attributes is
  92.                     indicated in the third format above.  After
  93.                     typing ATTR (and a space) you simply precede
  94.                     the file specification with a plus or minus
  95.                     sign, followed by the letter A (Archive), S
  96.                     (System), H (Hidden), or R (Read-Only).  A
  97.                     plus sign turns on the specified attribute; a
  98.                     minus sign turns it off.  More than one
  99.                     attribute can be changed at once, and the
  100.                     attribute-designating letters may be entered
  101.                     in any order and in upper- or lowercase.  No
  102.                     space may be used between the plus or minus
  103.                     and the letter that follows it, however.
  104.  
  105.           Example:  To convert the file 85TAX.WKS to hidden and
  106.                     read-only, you would enter
  107.  
  108.                     ATTR +H +R 85TAX.WKS
  109.  
  110.                     Since DOS itself normally sets the Archive
  111.                     bit, entering
  112.  
  113.                           ATTR 85TAX.WKS
  114.  
  115.                     would produce the display
  116.  
  117.                          85TAX.WKS     Arc         Hid R-O
  118.  
  119.                     Since the Hidden attribute has been set,
  120.                     however, the  DIR command will produce the
  121.                     message, "File not found."  And since the
  122.                     Read-Only flag has also been set, a DEL
  123.                     command will produce the message, "Access
  124.                     denied."
  125.  
  126.                     Notes:
  127.  
  128.                     1.   Requires DOS 2.0 or later.
  129.